Skip to main content

All Questions

8votes
1answer
228views

Monadic Immutable Linked List in the Least Functional Language Evar

I've written a List monad as an example for a related question. This is a rather frustrating experience as I wanted to use Java, which (as of Java 7) still lacks lambda expressions and lacks higher-...
amon's user avatar
  • 12.6k
22votes
1answer
4kviews

Java monad implementation

I'm learning functional programming and their concept of Monads. I've found nothing more effective in learning than writing an implementation in a programming language I have experience with. I came ...
Mairbek Khadikov's user avatar

close